Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.liveconnect.google.drive.core.theme

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.liveconnect.google.drive.core.theme">

  <require>org.nuxeo.theme.nuxeo.webapp</require>

  <extension target="org.nuxeo.ecm.platform.WebResources" point="bundles">
    <bundle name="nuxeo_includes">
      <resources append="true">
        <resource>googleclient.js</resource>
      </resources>
    </bundle>
  </extension>

  <extension target="org.nuxeo.ecm.platform.WebResources" point="resources">
    <resource name="googleclient.js">
      <path>nxthemes/html/scripts/googleclient.js</path>
    </resource>
  </extension>

</component>